Search: trapezoidal method

4 results

Fluid Mechanics 1

  Linear Wave Propagation

trapezoidal method, waves, Fourier transform

An introduction to studying linear surface waves on an infinite domain. In particular, the problem of finding the time evolution of a small perturbation of the surface of an inviscid and incompressible fluid.

Python Packages 1

  Calling Fortran(95) Routines from a Python Script

electricity, fortran, trapezoidal method

Making use of the Fortran to Python package F2PY which enables creating and compiling a Fortran routine before converting it to a Python Module, which can be imported to any Python script.

Ordinary Differential Equations 1

  Adaptive Runge-Kutta Methods

explicit euler method, 4th order runge-kutta, embedded runge-kutta pair, trapezoidal method, ode

Solving a first-order ordinary differential equation using Runge-Kutta methods with adaptive step sizes.

Numerical Integration 1

  Numerical Integration

method, simpson's

Numerical integration using the trapezoidal and Simpson's rules.